Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(client): add ability to provide grpc dial options like client interceptors #358

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

sashayakovtseva
Copy link
Contributor

@sashayakovtseva sashayakovtseva commented Jul 23, 2024

Description

This closes #349.

A new client option to add custom grpc dial options to Zitadel client is added.

I understand that #349 is in the product backlog, but since I already need metrics I took liberty and prepared this PR. Let me know if I need to alter my code somehow for this PR to be accepted. Thanks!

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Critical parts are tested automatically
  • Where possible E2E tests are implemented
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • Functionality of the acceptance criteria is checked manually on the dev system.

@hifabienne hifabienne added the os-contribution This is a contribution from our open-source community label Jul 24, 2024
@hifabienne hifabienne requested a review from livio-a July 24, 2024 09:33
@livio-a livio-a changed the title Add ability to collect outgoing grpc metrics feat(client): add ability to provide grpc dial options like client interceptors Jul 25, 2024
@livio-a
Copy link
Member

livio-a commented Jul 25, 2024

@sashayakovtseva Thank you for the PR!
Can't explain why we did not already provide that option (we had it on v2 🤦 )
I've changed the PR title to reflect the more generic approach.

If you want a small gift for your contribution, please reach out to [email protected].

@livio-a livio-a enabled auto-merge (squash) July 25, 2024 08:09
@livio-a livio-a merged commit abc6405 into zitadel:next Jul 25, 2024
3 checks passed
@sashayakovtseva sashayakovtseva deleted the feature/grpc-opts branch July 25, 2024 08:13
Copy link
Contributor

🎉 This PR is included in version 2.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os-contribution This is a contribution from our open-source community released
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants